Click or drag to resize

ContactInfo Class

The ContactInfo class contains display name and address of sender or recipient of request or response.
Inheritance Hierarchy
SystemObject
  Independentsoft.SipContactInfo

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public class ContactInfo

The ContactInfo type exposes the following members.

Constructors
  NameDescription
Public methodContactInfo
Initializes a new instance of the ContactInfo class.
Public methodContactInfo(String)
Initializes a new instance of the ContactInfo class from the specified string.
Public methodContactInfo(String, String)
Initializes a new instance of the ContactInfo class with the specified display name and address.
Top
Properties
  NameDescription
Public propertyAddress
Gets or sets URI.
Public propertyName
Gets or sets display name.
Public propertyParameters
Gets collection of parameters.
Public propertyTag
Gets or sets "tag" parameter.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Converts the value of this instance to its equivalent string representation.
(Overrides ObjectToString.)
Top
See Also